Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

golang: bump github.com/cloudfoundry-community/go-uaa from 0.2.2 to 0.3.2 in /tools/metrics #3407

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 18, 2023

Bumps github.com/cloudfoundry-community/go-uaa from 0.2.2 to 0.3.2.

Release notes

Sourced from github.com/cloudfoundry-community/go-uaa's releases.

v0.3.2

Features

Detailed changes: cloudfoundry/go-uaa@v0.3.1...v0.3.2

v0.3.1

Breaking Changes

  • uaa.API.Curl() now returns a status code

Features

  • Improve verbose logging (uaa.WithVerbosity()) so that requests and responses are logged more consistently
  • 🆕 Add uaa.WithTransport to permit specification of your own transport for the baseClient used for all http requests

Bugs

  • Use uaa.API.baseClient more consistently, to ensure that any client specified by uaa.WithClient is used

Detailed changes: cloudfoundry/go-uaa@v0.3.0...v0.3.1

v0.3.0

This release changes the way you construct a uaa.API using uaa.New, and implements the functional options pattern (#25).

Breaking Changes:

  • uaa.New(target string, authOpt AuthenticationOption, opts ...Option) removed zoneID, and added a new required argument (a uaa.AuthenticationOption) (and also additional optional uaa.Option arguments)
  • Remove constructors:
    • Remove uaa.NewWithClientCredentials
    • Remove uaa.NewWithPasswordCredentials
    • Remove uaa.NewWithAuthorizationCode
    • Remove uaa.NewWithRefreshToken
    • Remove uaa.NewWithToken
  • Remove uaa.API builders:
    • Remove uaa.API.WithClient
    • Remove uaa.API.WithSkipSSLValidation
    • Remove uaa.API.WithClientCredentials
    • Remove uaa.API.WithPasswordCredentials
    • Remove uaa.API.WithAuthorizationCode
    • Remove uaa.API.WithRefreshToken
    • Remove uaa.API.WithToken
  • Rename uaa.API.AuthenticatedClient > uaa.API.Client
  • Unexport uaa.API fields:
    • Remove uaa.API.UnauthenticatedClient (use the uaa.WithClient option instead)
    • Remove uaa.API.ZoneID (use the uaa.WithZoneID option instead)
    • Remove uaa.API.Verbose (use the uaa.WithVerbosity option instead)
    • Remove uaa.API.UserAgent (use the uaa.WithUserAgent option instead)

Features:

... (truncated)

Commits
  • fabcc6f Merge pull request #66 from cloudfoundry-community/dependabot/go_modules/gola...
  • 37def06 Bump golang.org/x/oauth2 from 0.5.0 to 0.6.0
  • 4d79ce4 Merge pull request #63 from cloudfoundry-community/dependabot/go_modules/gola...
  • a7ac44a Bump golang.org/x/oauth2 from 0.0.0-20190604053449-0f29369cfe45 to 0.5.0
  • f61ce71 Merge pull request #65 from cloudfoundry-community/dependabot/go_modules/gith...
  • 928f2d9 Bump github.com/onsi/ginkgo from 1.12.1 to 1.16.5
  • 13576b0 Merge pull request #64 from cloudfoundry-community/dependabot/go_modules/gola...
  • 77d9407 Bump golang.org/x/sys from 0.0.0-20210630005230-0f9fa26af87c to 0.1.0
  • a3819b8 Merge pull request #61 from MirahImage/fix-readme-example
  • 7837e2a Merge pull request #62 from ablease/allowpublic
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 18, 2023
@kr8n3r
Copy link
Contributor

kr8n3r commented Jan 31, 2024

@dependabot recreate

Bumps [github.com/cloudfoundry-community/go-uaa](https://github.com/cloudfoundry-community/go-uaa) from 0.2.2 to 0.3.2.
- [Release notes](https://github.com/cloudfoundry-community/go-uaa/releases)
- [Commits](cloudfoundry/go-uaa@v0.2.2...v0.3.2)

---
updated-dependencies:
- dependency-name: github.com/cloudfoundry-community/go-uaa
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/tools/metrics/github.com/cloudfoundry-community/go-uaa-0.3.2 branch from 6999d84 to 2618742 Compare January 31, 2024 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant